home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / narrative.swf / scripts / DefineButton2_25 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2004-03-29  |  78 bĀ   |  7 lines

  1. on(press){
  2.    if(_parent.txtloaded)
  3.    {
  4.       direction = "up";
  5.    }
  6. }
  7.